home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Amiga Plus 2000 #4
/
Amiga Plus CD - 2000 - No. 4.iso
/
Tools
/
Text
/
Misc
/
TextloaderTNG
/
Rexx
/
FW-Left.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1999-09-02
|
276b
|
17 lines
/* Imports text from TLNG 2.0 to FinalWriter97 */
/* FW97_Left V1.0 © 10.08.99 by Jochen Grus */
OPTIONS RESULTS
ADDRESS "FINALW.1"
Justify Left
IF (pos == 0) THEN
DO
fontpath = 'Normal'
END
ELSE DO
fontpath = 'Normal'
END
Style fontpath
Type ' '
Paste
Exit